﻿/* INÍCIO - TABS */
#box-tabs {
    height: 60px;
    position: relative;
    padding: 0 15px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: linear-gradient(90deg, #fff 40%, #021f59 40%);
}

#box-tabs #pills-tab {
    display: flex;
    height: 100%;
    margin: 0;
    justify-content: center;
}

#box-tabs #pills-tab li {
    display: flex;
    width: 240px;
    align-items: center;
    justify-content: center;
    background-color: #021f59;
}

#box-tabs #pills-tab li:first-child {
    background-color: #fff;
    position: relative;
}

#box-tabs #pills-tab li:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 27px solid #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    display: block;
    position: absolute;
    top: 0;
    right: -27px;
}

#box-tabs #pills-tab li a h4 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    font-family: 'Mohr-Medium';
}

#box-tabs #pills-tab li a.active h4 {
    position: relative;
    color: #00bf44;
    font-size: 0.875rem;
    font-family: 'Mohr-Medium';
}

#box-tabs #pills-tab li a .txt-fixo {
    color: #00bf44;
}

#box-tabs #pills-tab li a.active h4::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -21px;
    height: 4px;
    width: calc(100% + 40px);
    border-radius: 4px 4px 0 0;
    transform: translateX(-50%);
    background-color: #00bf44;
}
/* FIM - TABS */

/* INÍCIO - COMPROMISSOS */
#compromissos #compromissos-box-txt {
    padding: 65px 20px;
    background-color: #00bf44;
}

#compromissos #compromissos-box-txt #compromissos-txt {
    width: 60%;
    margin: auto;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    font-family: "Mohr-Medium";
}

#compromissos #box-title-1 {
    position: relative;
    padding: 60px 20px 20px;
}

#compromissos #box-title-1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    z-index: -1;
}

#compromissos #box-title-1 #title-1 {
    line-height: 1;
}

#compromissos #timeline {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 0 20px 50px;
}

#compromissos #timeline:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 290px);
    left: 50%;
    top: 135px;
    transform: translateX(-50%);
    background-color: #a0a0a0;
    z-index: 0;
}

#compromissos #timeline ul {
    margin: 0;
    padding: 0;
}

#compromissos #timeline ul li {
    list-style: none;
    box-sizing: border-box;
    line-height: normal;
    position: relative;
    width: 50%;
    padding: 50px;
}

#compromissos #timeline ul li h2 {
    color: #00bf44;
    font-size: 4.5rem;
    font-family: 'Mohr-Thin';
}

#compromissos #timeline ul li span {
    color: #00bf44;
    font-size: 22px;
    font-family: 'Mohr-Regular';
}

#compromissos #timeline ul li .timeline-items-description {
    color: #707070;
    font-size: 0.875rem;
    font-family: 'Mohr-Medium';
    margin-bottom: 0;
}

#compromissos #timeline ul li:nth-child(odd) {
    float: right;
    text-align: left;
    clear: both;
}

#compromissos #timeline ul li:nth-child(even) {
    float: left;
    text-align: right;
    clear: both;
}

#compromissos #timeline ul li:nth-child(odd):before,
#compromissos #timeline ul li:nth-child(even):before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-repeat: round;
    background-image: url(../images/circleAzul.svg);
    z-index: 10;
}

#compromissos #timeline ul li:nth-child(odd):before {
    left: -10px;
    top: 100px;
}

#compromissos #timeline ul li:nth-child(even):before {
    right: -10px;
    top: 105px;
}

#compromissos #timeline ul li:nth-child(odd):after,
#compromissos #timeline ul li:nth-child(even):after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

#compromissos #timeline ul li:nth-child(odd)::after {
    left: -10px;
    top: 120px;
}

#compromissos #timeline ul li:nth-child(even)::after {
    right: -10px;
    top: 125px;
}

#compromissos #timeline #time-line-arrow {
    clear: both;
    width: 10px;
    height: 10px;
    margin: 10px auto 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #021f59;
}

#compromissos #timeline #time-line-dots img {
    display: block;
    margin: auto;
}

#compromissos #compromissos-footer {
    padding: 20px;
    margin-bottom: 3rem;
}

#compromissos #compromissos-footer #compromissos-footer-box-txt {
    display: block;
    width: 60%;
    margin: auto;
}

#compromissos #compromissos-footer #compromissos-footer-box-txt * {
    color: #021f59;
    text-align: center;
    font-size: 1rem;
    font-family: "Mohr-Medium";
}

#compromissos #compromissos-footer #compromissos-footer-box-txt a:hover {
    text-decoration: underline;
}

#compromissos #compromissos-footer #compromissos-footer-box-txt a:hover {
    color: #021f5980;
}
/* FIM - COMPROMISSOS */

/* INÍCIO - PACTOS E PARCERIAS*/
#pactos-parcerias {
    padding: 50px 20px 80px;
}

#pactos-parcerias #box-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

#pactos-parcerias #box-cards .pactos-parcerias-cards {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 305px;
    border-radius: 6px;
    transition: transform 270ms ease;
    background-color: #f5f5f5;
}

#pactos-parcerias #box-cards .pactos-parcerias-cards:hover {
    transform: scale(1.05);
}

#pactos-parcerias #box-cards .pactos-parcerias-cards .box-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

#pactos-parcerias #box-cards .pactos-parcerias-cards .box-img img {
    height: 240px;
    width: auto;
}

#pactos-parcerias #box-cards .pactos-parcerias-cards .box-texts {
    padding: 20px;
}

#pactos-parcerias #box-cards .pactos-parcerias-cards .box-texts img {
    max-width: 100%;
    height: 50px;
}

#pactos-parcerias #box-cards .pactos-parcerias-cards .box-texts .card-title {
    display: block;
    margin: 20px 0;
    color: #021f59;
    font-size: 20px;
    font-family: 'Mohr-Bold';
}

#pactos-parcerias #box-cards .pactos-parcerias-cards .box-texts .card-text {
    color: #707070;
    text-align: center;
    font-size: 16px;
    font-family: "Mohr-Medium";
}
/* FIM - PACTOS E PARCERIAS*/

/* INÍCIO - METAS */
#metas #metas-content .metas-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #d9e0ed;
}

#metas #metas-content .metas-box:nth-child(odd) {
    flex-direction: row;
}

#metas #metas-content .metas-box:nth-child(even) {
    flex-direction: row-reverse;
}

#metas #metas-content .metas-box .metas-col-1 {
    width: 35%;
}

#metas #metas-content .metas-box .metas-col-1 img {
    position: relative;
    width: 445px;
    height: 445px;
}

#metas #metas-content .metas-box:nth-child(odd) .metas-col-1 img {
    left: calc(100% - 222.5px);
}

#metas #metas-content .metas-box:nth-child(even) .metas-col-1 img {
    left: -222.5px;
}

#metas #metas-content .metas-box .metas-col-2 {
    width: 65%;
    padding: 200px 15%;
    background: #fff;
}

#metas #metas-content .metas-box .metas-col-2 .metas-title {
    line-height: 1;
}

#metas #metas-content .metas-box:nth-child(even) .metas-col-2 .metas-title {
    text-align: right;
}

#metas #metas-content .metas-box .metas-col-2 .metas-description {
    margin-top: 30px;
    color: #707070;
    font-size: 16px;
    font-family: "Mohr-Regular";
}

#metas #metas-content .metas-box:nth-child(even) .metas-col-2 .metas-description {
    text-align: right;
}

#metas #metas-content .metas-box .metas-box-items {
    width: 100%;
    background-color: #61739b;
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-header {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-header button {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: "Mohr-RegularIt";
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-header button:hover {
    background-color: #61739b;
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-header button img {
    width: 10px;
    margin: 15px;
    transition: ease-in-out .3s;
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-header button img {
    transform: rotate(-180deg);
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-header button.collapsed img {
    transform: rotate(0deg);
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-body ul {
    margin: 0;
    padding: 40px;
    list-style: none;
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-body ul li {
    position: relative;
    width: 90%;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'Mohr-Medium';
    margin-bottom: 20px;
}

#metas #metas-content .metas-box .metas-box-items .accordion .accordion-body ul li::before {
    position: absolute;
    left: -25px;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/home/iconLi.png);
    background-position: center;
    background-size: cover;
}
/* FIM - METAS*/

/* INÍCIO - INDICADORES DE DESEMPENHO */
#indicadores #indicadores-box-cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

#indicadores #indicadores-box-cards .indicadores-cards .card-header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 300px;
    margin: 0 auto;
    padding: 9%;
    border-radius: 0;
}

#indicadores #indicadores-box-cards .indicadores-cards .card-header img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#indicadores #indicadores-box-cards .indicadores-cards .card-header .card-title {
    display: block;
    margin: 0 auto 15px;
    color: #021f59;
    text-align: center;
    font-size: 1.5rem;
    font-family: "Mohr-Mediumlt";
}

#indicadores #indicadores-box-cards .indicadores-cards .card-header i {
    content: " ";
    width: fit-content;
    height: auto;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 0.68rem);
}

#indicadores #indicadores-box-cards .indicadores-cards .card-body {
    position: relative;
    padding: 15%;
    height: calc(100% - 300px);
    box-shadow: 0px 56px 56px 0 rgb(0 0 0 / 52%);
}

#indicadores #indicadores-box-cards .indicadores-cards .card-body svg {
    position: absolute;
    top: -1px;
    transform: rotate(180deg);
    height: 25px;
    left: calc(50% - 1.88rem);
}

#indicadores #indicadores-box-cards .indicadores-cards .card-body ul {
    padding-left: 0px;
}

#indicadores #indicadores-box-cards .indicadores-cards .card-body ul li {
    color: #707070;
    font-family: "Mohr-Medium";
    font-size: 0.9rem;
    margin-bottom: 1rem;
}
/* FIM - INDICADORES DE DESEMPENHO */

/* INÍCIO - DESTAQUES DE SUSTENTABILIDADE */
#destaques {
    padding: 50px 20px 100px;
    background-color: #f5f5f5;
}

#destaques .card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 60%;
    margin: 0 auto 20px;
    padding: 30px 30px 10px;
    border: none;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

#destaques .card::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 50%;
    height: 0.5px;
    transform: translateX(-50%);
    background-color: #a0a0a0;
}

#destaques .card .card-img {
    width: 30%;
    padding: 0 15px;
}

#destaques .card .card-img img {
    display: block;
    max-width: 100%;
    margin: auto;
}

#destaques .card .card-content {
    width: 70%;
}

#destaques .card .card-content .card-title {
    margin-bottom: 20px;
    color: #00bf44;
    font-size: 1.3rem;
    font-family: "Mohr-Bold";
}

#destaques .card .card-content .card-text .content {
    height: 45px;
    color: #707070;
    font-size: 1rem;
    font-family: "Mohr-Medium";
    overflow: hidden;
}

#destaques .card .card-content .card-text .content.see-all {
    height: auto;
}

#destaques .card .btn-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 35px;
    color: #021f59;
    font-size: 12px;
    font-family: "Mohr-Mediumlt";
    font-weight: bold;
}

#destaques .card .btn-toggle::before {
    content: "View More";
}

#destaques .card .btn-toggle.see-more::before {
    content: "See Less";
}

#destaques .card .btn-toggle:hover {
    background-color: #ffffff;
}

#destaques .card .btn-toggle .arrow {
    margin-left: 5px;
    transform: rotate(180deg);
    transition: .3s;
}

#destaques .card .btn-toggle .arrow.rotate {
    transform: rotate(0deg);
}
/* FIM - DESTAQUES DE SUSTENTABILIDADE */


/* INÍCIO - RESPONSIVO */
@media screen and (max-width: 1440px) {
    /*METAS*/
    #metas #metas-content .metas-box:nth-child(odd) .metas-col-2 {
        padding: 200px 15px 200px 20%;
    }

    #metas #metas-content .metas-box:nth-child(even) .metas-col-2 {
        padding: 200px 20% 200px 15px;
    }

    /*DESTAQUES DE SUSTENTABILIDADE*/
    #destaques .card {
        width: 70%;
    }
}

@media  screen and (max-width: 1280px) {
    /*TABS*/
    #box-tabs {
        background: linear-gradient(90deg, #fff 15%, #021f59 15%);
    }

    #box-tabs #pills-tab {
        justify-content: space-around;
    }

    #box-tabs #pills-tab li {
        width: auto;
    }

    #box-tabs #pills-tab li:first-child:after {
        right: -45px;
    }

    /*COMPROMISSOS*/
    #compromissos #timeline {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    /*TABS*/
    #box-tabs {
        height: auto;
        background: #021f59;
        padding: 0;
    }

    #box-tabs #pills-tab {
        flex-direction: column;
        align-items: center;
    }

    #box-tabs #pills-tab li {
        width: 100%;
        padding: 15px 0;
    }

    #box-tabs #pills-tab li:first-child:after {
        content: none;
    }

    #box-tabs #pills-tab li a.active h4:after {
        bottom: -15px;
    }

    /*COMPROMISSOS*/
    #compromissos #compromissos-box-txt #compromissos-txt {
        width: 100%;
    }

    /*METAS*/
    #metas #metas-content .metas-box .metas-col-1 img {
        width: 370px;
        height: 370px;
    }

    /*INDICADORES DE DESEMPENHO*/
    #indicadores #indicadores-box-cards {
        grid-template-columns: 1fr;
    }

    #indicadores #indicadores-box-cards .indicadores-cards .card-body {
        box-shadow: none;
    }
    /*DESTAQUES DE SUSTENTABILIDADE*/
    #destaques .card {
        width: 100%;
    }
}

@media screen and (max-width: 860px) {
    /*METAS*/
    #metas #metas-content .metas-box {
        flex-direction: column;
    }

    #metas #metas-content .metas-box .metas-col-1 {
        width: 100%;
        height: 270px;
    }

    #metas #metas-content .metas-box:nth-child(odd) .metas-col-1 img,
    #metas #metas-content .metas-box:nth-child(even) .metas-col-1 img {
        left: 50%;
        transform: translateX(-50%);
        top: 70px;
    }

    #metas #metas-content .metas-box:nth-child(odd) .metas-col-2,
    #metas #metas-content .metas-box:nth-child(even) .metas-col-2 {
        width: 100%;
        padding: 200px 15px 20px;
    }

    #metas #metas-content .metas-box:nth-child(odd) .metas-col-2 .metas-title,
    #metas #metas-content .metas-box:nth-child(even) .metas-col-2 .metas-title {
        text-align: center;
    }

    #metas #metas-content .metas-box:nth-child(odd) .metas-col-2 .metas-description,
    #metas #metas-content .metas-box:nth-child(even) .metas-col-2 .metas-description {
        text-align: left;
        padding: 0 25px;
    }

    #metas #metas-content .metas-box .metas-box-items .accordion .accordion-body ul {
        padding: 0 40px 20px;
    }
}

@media screen and (max-width: 768px) {
    /*COMPROMISSOS*/
    #compromissos #timeline:before {
        left: 20px;
        transform: none;
    }

    #compromissos #timeline ul li {
        width: 100%;
    }

    #compromissos #timeline ul li:nth-child(odd) {
        float: left;
    }

    #compromissos #timeline ul li:nth-child(even) {
        text-align: left;
    }

    #compromissos #timeline ul li:nth-child(even):before {
        left: -10px;
        right: 0;
    }

    #compromissos #timeline ul li:nth-child(even):after {
        left: -10px;
        right: 0;
    }

    #compromissos #timeline #time-line-arrow {
        margin: 0 -10px;
    }

    #compromissos #timeline #time-line-dots img {
        margin: 0 auto 0 -20px;
    }

    #compromissos #compromissos-footer #compromissos-footer-box-txt {
        width: 100%;
    }

}

@media screen and (max-width: 600px) {
    /*INDICADORES DE DESEMPENHO*/
    #indicadores #indicadores-box-cards {
        grid-template-columns: 1fr;
    }

    /*DESTAQUES DE SUSTENTABILIDADE*/
    #destaque .card {
        flex-direction: column;
    }

    #destaques .card .card-img {
        width: 100%;
        margin-bottom: 30px;
    }

    #destaques .card .card-content {
        width: 100%;
    }
}

@media screen and (max-width: 440px) {
    /*COMPROMISSOS*/
    #compromissos #box-title-1 #title-1 * {
        line-height: 1;
        font-size: 35px !important;
    }

    #compromissos #timeline ul li h2 {
        font-size: 3.5rem;
    }

    /*METAS*/
    #metas #metas-content .metas-box .metas-col-1 {
        height: 250px;
    }

    #metas #metas-content .metas-box .metas-col-2 .metas-title * {
        font-size: 50px !important;
    }

    #metas #metas-content .metas-box:nth-child(odd) .metas-col-1 img,
    #metas #metas-content .metas-box:nth-child(even) .metas-col-1 img {
        top: 87px;
        width: 300px;
        height: 300px;
    }

    #metas #metas-content .metas-box:nth-child(odd) .metas-col-2,
    #metas #metas-content .metas-box:nth-child(even) .metas-col-2 {
        padding: 140px 15px 20px;
    }

    #metas #metas-content .metas-box .metas-box-items .accordion .accordion-header button {
        font-size: 14px;
    }

    /*PACTOS E PARCERIAS*/
    #pactos-parcerias #box-cards .pactos-parcerias-cards {
        width: 100%;
    }
}